home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_29_move magnifying box around = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  543 b   |  16 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "hand", the number of member "handmask"]
  3. end
  4.  
  5. on mouseDown
  6.   repeat while the stillDown
  7.     set the loc of sprite 19 to point(the mouseH, the mouseV)
  8.     set the loc of sprite 3 to point(((the right of sprite 17 - the locH of sprite 19) * 10.09999999999999964) - 70, ((the bottom of sprite 17 - the locV of sprite 19) * 10.09999999999999964) - 575)
  9.     updateStage()
  10.   end repeat
  11. end
  12.  
  13. on mouseLeave
  14.   set the cursor of sprite the currentSpriteNum to 0
  15. end
  16.